home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-base.lha / gnu / README-libnix < prev    next >
Text File  |  1994-12-16  |  2KB  |  39 lines

  1. Short: A library for amiga specific development on gcc
  2. Type: dev/gcc
  3. Uploader: fleischr@izfm.uni-stuttgart.de
  4. Author: fleischr@izfm.uni-stuttgart.de, gnikl@informatik.uni-rostock.de
  5.  
  6. This is libnix, a static (i.e. link) library for gcc 2.3.3 or above.
  7. It's not a replacement for ixemul.library (though it's possible to
  8. recompile most of the gcc environment with libnix) but a good thing
  9. for amiga specific development on gcc:
  10.  
  11. * It's mostly compatible to SAS's way of handling things, i.e.
  12.   you get even an automatic shared library opening feature and
  13.   some other things you may miss in ixemul.library.
  14.   This also means it's ANSI compliant.
  15.  
  16. * It doesn't need any shared libraries than normal Amiga OS ones.
  17.  
  18. * It is not copyrighted by the FSF. Therefore you neither need
  19.   to include sources nor objects together with your executable.
  20.   (read the GLGPL _before_ flaming on this statement)
  21.  
  22. * And it's short! I was able to compile a 492 byte 'hello, world'
  23.   using normal main.
  24.  
  25. * It uses OS20 features whenever necessary.
  26.  
  27. To cut it short:
  28.  
  29. Use ixemul.library for porting Un*x programs, libnix for compiling
  30. amiga-only programs and gcc becomes one of the best Amiga compilers.
  31.  
  32. There is no need to download this archive if you use gcc2.6.0 or above
  33. since the libraries itself are included with the normal gcc distribution.
  34.  
  35. But if you use an older gcc version or if you want to get the sources
  36. you can take this package. But be warned: The ld that comes with earlier
  37. versions of gcc has some serious trouble with set elements. You cannot
  38. use libnix without the fixed linker that comes with gcc2.6.0.
  39.